home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung 2 / Power-Programmierung CD 2 (Tewi)(1994).iso / c / library / mslang / mfcvbx / bigicon.de_ / bigicon.de
Encoding:
Text File  |  1993-10-01  |  991 b   |  28 lines

  1. ;----------------------------------------------------------------------------
  2. ;          Copyright (C) 1991-92, Microsoft Corporation
  3. ;
  4. ; You have a royalty-free right to use, modify, reproduce and distribute
  5. ; the Sample Custom Control Files (and/or any modified version) in any way
  6. ; you find useful, provided that you agree that Microsoft has no warranty,
  7. ; obligation or liability for any Custom Control File.
  8. ;----------------------------------------------------------------------------
  9. ; Circ1.def - module definition file for CIRC1.VBX custom control
  10. ;----------------------------------------------------------------------------
  11.  
  12. LIBRARY         BIGICON
  13. EXETYPE         WINDOWS
  14. DESCRIPTION     'Visual Basic BigIcon Custom Control'
  15.  
  16. CODE            PRELOAD MOVEABLE
  17. DATA            PRELOAD MOVEABLE SINGLE
  18.  
  19. HEAPSIZE        4096
  20.  
  21. EXPORTS
  22.     WEP         @1  RESIDENTNAME
  23.  
  24. SEGMENTS
  25.     WEP_TEXT FIXED
  26.  
  27. ;----------------------------------------------------------------------------
  28.